home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1996 November
/
Chip 11-96.iso
/
workshop
/
other
/
testlin
/
testlin.exe
/
rar
/
LINUX
/
LINUX.BAT
< prev
next >
Wrap
DOS Batch File
|
1996-03-18
|
401b
|
11 lines
@echo off
echo You must start linux.bat with drive letter like: linux c !
echo If you forgot this, press CTRL-C now and start again.
echo Otherwise:
pause
echo First, ensure any unwritten disk buffers are flushed:
smartdrv /C
echo Start the LOADLIN process:
echo %1:\linux\etc\loadlin\loadlinx %1:\linux\vmlinuz root=%1: rw
%1:\linux\etc\loadlin\loadlinx %1:\linux\vmlinuz root=%1: rw